home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / protect-your-privacy / p.g.p. / pgpamiga / bin / config.txt next >
Text File  |  1996-02-26  |  4KB  |  101 lines

  1. # Sample config.txt file for PGP 2.3.
  2. # Blank lines are ignored, as is anything following a '#'.
  3. # Keywords are not case-sensitive.
  4. # Whatever appears in here can be overridden on the command line,
  5. # by specifying (for example) "+armor=on".
  6.  
  7. # MyName is substring of default user ID for secret key to make signatures.
  8. # If not set, PGP will use the first key on your secret keyring (the last
  9. # key you created) if you don't specify the user with -u
  10. MyName = "Peter Simons <simons@peti.GUN.de>"
  11.  
  12. Armor_Version = 2.6ui (Amiga)
  13.  
  14. # The language we will be using for displaying messages to the user.
  15. #
  16. # Available languages:
  17. #   en = English (default), es = Spanish, fr = French,
  18. #   de = German, it = Italian, br = Brazilian portuguese
  19. #
  20. # Languages not yet available:
  21. #   esp = Esperanto, lv = Latvian, lt3 = Lithuanian,
  22. #   ru = Russian, nl = Dutch, fi = Finnish,
  23. #   hu = Hungarian, no = Norwegian, pt = Portugese,
  24. #   sv = Swedish, da = Danish, is = Icelandic,
  25. #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
  26. #   el = Greek, tr = Turkish, ja = Japanese
  27. #
  28. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  29. # Representation of Names of Languages"
  30. #
  31. Language = en
  32.  
  33. # Character set for displaying messages and for conversion of text files.
  34. # If you set this variable to cp850, ascii or alt_codes, PGP will do
  35. # character set conversions if TextMode = on or if you specify the -t
  36. # option when encrypting or signing a file.
  37. #
  38. # Available character sets:
  39. #   latin1, cp850, alt_codes, koi8, ascii
  40. #
  41. # For MSDOS with a standard character set you should use cp850 to get
  42. # correct character translations.  Russian character sets for MSDOS are
  43. # usually alt_codes.
  44. #
  45. # The default for CharSet is "noconv" which means no character conversion.
  46. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  47. #
  48. CharSet = latin1
  49.  
  50. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  51. TMP = "RAM:T"   # Can be overridden by environment variable TMP
  52.  
  53. # Pager is the file viewing program used for viewing messages with -m
  54. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  55. # in config.txt will override the environment variable PAGER.
  56. # Pager = "list"
  57.  
  58. # ArmorLines is the maximum number of lines per packet when creating a
  59. # transport armored file.  Set to 0 to disable splitting in parts.
  60. Armorlines = 0
  61.  
  62. # The following commented-out settings are *not* the defaults.
  63. # Uncomment (remove the leading "#" character) them to get the
  64. # non-default behaviour indicated.
  65.  
  66. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  67. # TextMode = on       # Attempt to use -t option where applicable
  68. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  69. # verbose = on        # verbose diagnostic messages
  70. # compress = off      # off means suppress compression to aid debugging
  71. # showpass = on       # Echo password when user types it
  72. # pkcs_compat = 0     # Use backwards-compatible formats
  73. SecureWipe = off      # Don't use true random data for wiping temp files
  74. clearsig = on
  75.  
  76.  
  77. # BakRing is the path to a backup copy of your secret keyring, usually
  78. # on floppy disk.  Your secret keys will be compared with the backup copy
  79. # when doing a keyring check (pgp -kc)
  80. # BakRing = "a:\secring.pgp"
  81.  
  82. # Number of completely trusted signatures needed to make a key valid.
  83. Completes_Needed = 1
  84.  
  85. # Number of marginally trusted signatures needed to make a key valid.
  86. Marginals_Needed = 2
  87.  
  88. # How many levels of introducers may introduce other introducers.
  89. Cert_Depth = 4
  90.  
  91. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  92. # Since MSDOS assumes local time is US Pacific time, and pre-corrects
  93. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado,
  94. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.
  95. # However, if your MSDOS environmental variable TZ is properly defined
  96. # for your timezone, you can leave TZFix=0.  Unix systems probably
  97. # shouldn't need to worry about setting TZFix.
  98. TZFix = 0
  99.  
  100. pkcs_compat = 1
  101.